Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connection.py", line 426, in connect tls_in_tls=tls_in_tls, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 450, in ssl_wrap_socket sock, context, tls_in_tls, server_hostname=server_hostname File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.6/ssl.py", line 407, in wrap_socket _context=self, _session=session) File "/usr/lib/python3.6/ssl.py", line 817, in __init__ self.do_handshake() File "/usr/lib/python3.6/ssl.py", line 1077, in do_handshake self._sslobj.do_handshake() File "/usr/lib/python3.6/ssl.py", line 689, in do_handshake self._sslobj.do_handshake() socket.timeout: _ssl.c:835: The handshake operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 507, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 385, in _make_request self._raise_timeout(err=e, url=url, timeout_value=conn.timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 247, in scrape load=loadd.content.decode('UTF-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa9 in position 264702: invalid start byte Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 247, in scrape load=loadd.content.decode('UTF-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa9 in position 329102: invalid start byte Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 247, in scrape load=loadd.content.decode('UTF-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa9 in position 304148: invalid start byte Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id']==entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(500, 'security_exception', 'Unexpected exception indices:data/write/delete') Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(500, 'security_exception', 'Unexpected exception indices:data/write/delete') Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 410, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(503, '{\n "message": "No server available to handle the request",\n}\n') Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 410, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(503, '{\n "message": "No server available to handle the request",\n}\n') Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 410, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(503, '{\n "message": "No server available to handle the request",\n}\n') Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 410, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(503, '{\n "message": "No server available to handle the request",\n}\n') Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 410, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(503, '{\n "message": "No server available to handle the request",\n}\n') Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 410, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(503, '{\n "message": "No server available to handle the request",\n}\n') Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 410, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 282, in perform_request self._raise_error(response.status, raw_data) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/base.py", line 331, in _raise_error status_code, error_message, additional_info opensearchpy.exceptions.TransportError: TransportError(503, '{\n "message": "No server available to handle the request",\n}\n') Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 247, in scrape load=loadd.content.decode('UTF-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 242446: invalid continuation byte Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 247, in scrape load=loadd.content.decode('UTF-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9c in position 243077: invalid start byte Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 247, in scrape load=loadd.content.decode('UTF-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 254418: invalid continuation byte Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "scraper_reuters.py", line 278, in scrape filter_pass=filter.filter(body,[keyw['entity_id'][ml]]) File "/home/ubuntu/.local/lib/python3.6/site-packages/v3_filter/filter.py", line 23, in filter all_hashes.append(list(data[data['entity_id'] == entity_ids[k]]['hash_id'])[0]) IndexError: list index out of range Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10)) Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1377, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 320, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 281, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 326, in recv_into raise timeout("The read operation timed out") socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 257, in perform_request method, url, body, retries=Retry(False), headers=request_headers, **kw File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/util/retry.py", line 386, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scraper_reuters.py", line 196, in scrape es.delete(index="n_reuters",doc_type="_doc",id=idk) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/utils.py", line 177, in _wrapped return func(*args, params=params, headers=headers, **kwargs) File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/client/__init__.py", line 552, in delete "DELETE", _make_path(index, doc_type, id), params=params, headers=headers File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 412, in perform_request raise e File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/transport.py", line 380, in perform_request timeout=timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/opensearchpy/connection/http_urllib3.py", line 270, in perform_request raise ConnectionTimeout("TIMEOUT", str(e), e) opensearchpy.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ReadTimeoutError(HTTPSConnectionPool(host='search-smart-search-prod-733gx67kxo2jf7q77g5je3yfvq.af-south-1.es.amazonaws.com', port='443'): Read timed out. (read timeout=10))